-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4.0 PR - Convert workload modules to classes #856
0.4.0 PR - Convert workload modules to classes #856
Conversation
This pull request introduces 3 alerts and fixes 2 when merging e2fb82d into d0507aa - view on LGTM.com new alerts:
fixed alerts:
|
e2fb82d
to
bd84a29
Compare
This pull request fixes 2 alerts when merging bd84a29 into d0507aa - view on LGTM.com fixed alerts:
|
bd84a29
to
a5023d4
Compare
This pull request fixes 2 alerts when merging a5023d4 into d0507aa - view on LGTM.com fixed alerts:
|
a5023d4
to
b61c2fc
Compare
This pull request fixes 2 alerts when merging b61c2fc into d0507aa - view on LGTM.com fixed alerts:
|
@benjamincburns I've updated the ethereum and besu bindings to use [email protected], since 1.2.0 doesn't seem to contain the getChainId function (#838). Could you please take a look at the ethereum-related changes? There still seems to be some nonce/gas? related errors for the ethereum CI test (besu runs fine): https://travis-ci.com/github/hyperledger/caliper/jobs/343851469#L661 |
- Create interface and base class for workload modules - Load workload modules with the factory approach - Update CI test workloads to class format - Extend CI workload arguments where needed to make workloads deterministic - Increase frequency of TX updates in CI tests to increase monitor accuracy - Update workload module paths in the benchconfig files to precise relative path - Create separate artifacts for Fabric v2 CI phase Signed-off-by: Attila Klenik <[email protected]>
b61c2fc
to
ec51503
Compare
This pull request fixes 2 alerts when merging ec51503 into f7b17a9 - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
Closes #576
Signed-off-by: Attila Klenik [email protected]
Note: the generator integration test is broken currently, but maybe we should wait for the next workload module updates before adjusting it.
Docs update and benchmark repo update WIP.